home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / UTILITY / CAT30.ARJ / CATFIND.BAT < prev    next >
DOS Batch File  |  1992-01-01  |  345b  |  13 lines

  1. echo off
  2. cls
  3. if "%1"=="" goto noparm
  4. echo Find All files (across all sub-directories) matching %1:
  5. cat \%1 /s/u/1/ad-/na/ns
  6. goto done
  7. :noparm
  8. echo Filename required as parameter to CATFIND.
  9. echo CATFIND will show directory of all occurances of that file
  10. echo         across all subdirectories.  Filename can be generic.
  11. :done
  12. echo .
  13.